KeyedItem.key

The clustered index property for the class.

mixintemplate KeyedItem(ClusteredIndexAttribute = PrimaryKeyColumn)
final @property const nothrow pure @safe @nogc
key
()
if (
isInstanceOf!(UniqueConstraintColumn, ClusteredIndexAttribute)
)

Return Value

The clustered index for the class.

Meta